home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / AppKiller 1.2.1 / src / appkiller.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-30  |  339 b   |  22 lines  |  [TEXT/CWIE]

  1. /*
  2. ** appkiller.h
  3. **
  4. ** contains definitions/declarations of junk
  5. */
  6.  
  7. #define MENU_BAR    128
  8. #define APPLE_MENU    128
  9. #define ABOUT_ITEM    1
  10.  
  11. #define FILE_MENU    129
  12. #define POST_ITEM    1
  13. #define LAUNCH_ITEM    2
  14. #define QUIT_ITEM    4
  15.  
  16. #define AboutDlogID    128
  17. #define AboutOKButt    1
  18. #define AlertID        129        /* my standard alert box */
  19.  
  20. void Cleanup(void);
  21.  
  22.